.pro_module {
  width: 100%;
  height: 180px;
  background: url('../images/img_cpmk.png') no-repeat center;
  background-size: 100% 100%;
  padding-top: 30px;
}
.pro_module .promodule_box {
  width: 366px;
  height: 123px;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 auto;
}
.pro_module .promodule_box .enTitle {
  font-size: 20px;
  color: #3a88c3;
  margin-top: 10px;
}
.pro_module .promodule_box .zhTitle {
  font-size: 30px;
  color: #fff;
  margin-top: 10px;
}
.pro_module .promodule_box .line {
  width: 40px;
  height: 2px;
  background-color: #ff6000;
  margin: 10px auto;
}
.products {
  width: 1425px;
  height: 360px;
  margin: 0 auto;
  margin-top: 40px;
}
.products ul {
  overflow: hidden;
}
.products li {
  float: left;
  width: 285px;
  height: 360px;
  cursor: pointer;
}
.products li .pro_conent {
  position: relative;
  width: 285px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products li .pro_conent img {
  max-height: 100%;
  max-width: 100%;
}
.products li .pro_conent .imgTitle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background-color: #000;
  opacity: 0.7;
}
.products li .pro_conent .imgContent {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 360px;
  background-color: #000;
  opacity: 0.7;
}
.products li .pro_conent .imgContent div {
  max-width:220px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fffefe;
  font-size: 14px;
  border-top: 1px solid #828282;
  border-bottom: 1px solid #828282;
  margin: 79px auto 40px;
}
.products li .pro_conent .imgContent p {
  width: 210px;
  color: #c0c1bf;
  font-size: 14px;
  margin: 0 auto;
  line-height: 25px;
}
.products li:hover .pro_conent .imgTitle {
  display: none;
}
.products li:hover .pro_conent .imgContent {
  display: block;
}
.aboutUs {
  position: relative;
  width: 1420px;
  height: 601px;
  margin: 86px auto 43px;
  overflow: hidden;
}
.aboutUs .about_left {
  float: left;
  box-sizing: border-box;
  width: 352px;
  height: 601px;
  background: url('../images/img_gywm.png') no-repeat center;
  padding-top: 88px;
  padding-left: 62px;
}
.aboutUs .about_left .title {
  margin-bottom: 25px;
}
.aboutUs .about_left .title .enTitle {
  font-size: 20px;
  font-weight: 500;
  color: #c2c2c2;
  margin-bottom: 5px;
}
.aboutUs .about_left .title .zhTitle {
  color: #323232;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 8px;
}
.aboutUs .about_left .title .line {
  width: 40px;
  height: 2px;
  background-color: #ff6000;
}
.aboutUs .about_left .companyText {
  width: 210px;
}
.aboutUs .about_left .companyText p {
  color: #3e3e3e;
  line-height: 25px;
  background: none !important;
}
.aboutUs .about_right {
  float: right;
}
.aboutUs .about_right .pieces {
  display: flex;
  width: 712px;
  margin-bottom: 49px;
  color: #757575;
}
.aboutUs .about_right .pieces .first {
  box-sizing: border-box;
  width: 201px;
  height: 93px;
  line-height: 93px;
  background: url('../images/img_us_cx.png') no-repeat center;
  margin-right: 49px;
  padding-left: 131px;
}
.aboutUs .about_right .pieces .two {
  box-sizing: border-box;
  width: 201px;
  height: 93px;
  line-height: 93px;
  background: url('../images/img_us_kj.png') no-repeat center;
  margin-right: 49px;
  padding-left: 131px;
}
.aboutUs .about_right .pieces .three {
  box-sizing: border-box;
  width: 201px;
  height: 93px;
  line-height: 93px;
  background: url('../images/img_us_rh.png') no-repeat center;
  padding-left: 131px;
}
.aboutUs .details {
  position: absolute;
  top: 214px;
  left: 410px;
  width: 585px;
  min-height: 315px;
  background-color: #f9f9f9;
  padding: 45px 30px 0;
  /* text-align: center; */
}
/* .aboutUs .details p {
  font-size: 14px;
  color: #454545;
  line-height: 28px;
  text-indent: 30px;
  text-align: left;
} */
.aboutUs .details .abutton {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.aboutUs .details button {
  width: 150px;
  height: 48px;
  border-radius: 8px;
  background-color: #ff6000;
  border: 1px solid #ff6000;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
}
.key_cases {
  height: 270px;
  background-image: url('../images/img_zdal.png');
  padding-top: 36px;
}
.key_cases .promodule_box {
  width: 568px;
}
.cases {
  margin-top: -60px;
}
.cases ul {
  width: 1426px;
  margin: 0 auto;
}
.cases ul li a {
  display: flex;
  width: 1426px;
  height: 298px;
}
.cases ul li .left {
  box-sizing: border-box;
  width: 678px;
  padding: 65px 75px 0 90px;
  cursor: pointer;
  background-color: #fff;
}
.cases ul li .left .title {
  font-size: 18px;
  color: #3f3f3f;
  margin-bottom: 13px;
}
.cases ul li .left .name {
  font-size: 14px;
  color: #d8d8d8;
  margin-bottom: 10px;
}
.cases ul li .left .content {
  font-size: 14px;
  color: #646464;
  line-height: 28px;
}
.cases ul li .left:hover .title {
  color: #0067b4;
}
.cases ul li img {
  width: 748px;
  height: 298px;
}
.cases .cases_bottom {
  width: 1426px;
  margin: 0 auto;
  height: 90px;
  background-color: #0066b3;
  padding-top: 24px;
  text-align: center;
}
.cases .cases_bottom .btns {
  display: inline-block;
  width: 176px;
  height: 48px;
  color: #fff;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 6px;
}
.cases .cases_bottom .btns:hover {
  background-color: #fff;
  color: #0066b3;
}
.company_news {
  width: 100%;
  height: 150px;
  padding-top: 30px;
}
.company_news .company_box {
  width: 366px;
  height: 123px;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 auto;
}
.company_news .company_box .enTitle {
  font-size: 20px;
  color: #b2bfc6;
  margin-top: 10px;
}
.company_news .company_box .zhTitle {
  font-size: 30px;
  color: #323232;
  margin-top: 10px;
}
.company_news .company_box .line {
  width: 40px;
  height: 2px;
  background-color: #ff6000;
  margin: 10px auto;
}
.news {
  width: 1420px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.news .casebottom {
  width: 100%;
  text-align: center;
}
.news .more1 {
  display: inline-block;
  width: 174px;
  height: 47px;
  border: 1px solid #ff6000;
  line-height: 47px;
  border-radius: 8px;
  text-align: center;
  color: #ff6000;
  cursor: pointer;
  margin: 0 auto;
}
.news .more1:hover {
  color: #fff;
  background-color: #ff6000;
}
.news ul {
  display: flex;
  margin-bottom: 50px;
}
.news ul li {
  width: 443px;
  cursor: pointer;
  margin-right: 48px;
}
.news ul li img {
  width: 443px;
  height: 332px;
  vertical-align: bottom;
}
.news ul li .text {
  box-sizing: border-box;
  width: 443px;
  height: 183px;
  padding: 22px 29px 0 24px;
}
.news ul li .text .title {
  width: 388px;
  font-size: 18px;
  color: #4c4c4c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 22px;
}
.news ul li .text .detail {
  height: 62px;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  border-bottom: 1px solid #fff;
}
.industryNews ul li .text .detail {
  border-bottom: 0;
}
.news ul li .text .look {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.news ul li .text .look .time {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #9d9d9d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news ul li .text .look .time::before {
  display: inline-block;
  content: '';
  width: 25px;
  height: 25px;
  background: url('../images/time.png') no-repeat center;
  vertical-align: middle;
}
.news ul li .text .look .btns {
  width: 76px;
  height: 25px;
  cursor: pointer;
  color: #969696;
  font-size: 14px;
  line-height: 26px;
  white-space: nowrap;
}
.industryNews ul li .text .look .btns:hover {
  color: #0066b3;
}
.news ul .li_:nth-child(3n) {
  margin-right: 0;
}
.news ul .li_:hover .text {
  background-color: #0066b3;
}
.news ul .li_:hover .text .title,
.news ul .li_:hover .text .time {
  color: #fff;
}
.news ul .li_:hover .text .detail {
  color: #fff;
  border-bottom: 1px solid #4d94ca;
}
.news ul .li_:hover .text .time::before {
  background-image: url('../images/time_hover.png');
}
.news ul .li_:hover .btns {
  color: #fff !important;
}
.news .more {
  width: 176px;
  height: 50px;
  margin: o auto;
  border: 1px solid #ff6000;
  border-radius: 8px;
  margin: 0 auto;
  cursor: pointer;
  background: url('../images/icon_02.png') no-repeat center;
}
.news .more:hover {
  background-image: url('../images/icon_03.png');
  background-color: #ff6000;
}
.industry_news {
  padding-top: 0;
  background-color: #f9f9f9;
}
.industry_news .company_box .enTitle {
  margin-top: 35px;
}
.industryNews {
  width: 100%;
  background-color: #f9f9f9;
  padding-bottom: 35px;
}
.industryNews ul {
  width: 1420px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.industryNews ul li {
  display: flex;
  width: 710px;
  height: 168px;
  margin-right: 0;
  margin-bottom: 30px;
  cursor: default;
}
.industryNews ul li img {
  width: 225px;
  height: 168px;
}
.industryNews ul li .text {
  width: 485px;
  height: 168px;
  padding: 0 20px;
}
.industryNews ul li .text .title {
  width: 440px;
  color: #323232;
}
.industryNews ul li .text .detail {
  width: 440px;
  color: #323232;
}
.industryNews ul li .text .btns {
  cursor: pointer;
}
.industryNews .more {
  border: 1px solid #ff6000;
  margin-top: 45px;
}
.contact {
  width: 1415px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
  overflow: hidden;
}
.contact .contact_l {
  padding-top: 10px;
  float: left;
}
.contact .contact_r {
  float: right;
}
.contact .contact_r .contact_image {
  width: 564px;
  height: 387px;
  background: url(../images/img_fw.png) no-repeat;
  background-size: 100%;
}
.contact .contact_l .form {
  width: 730px;
  height: 390px;
}
.contact .contact_l .form .subtn {
  width: 136px;
  height: 44px;
  background-color: #ff6000;
  color: #fff;
  font-size: 16px;
  border: 1px solid #dabaa7;
}
.contact .contact_l .form .form_item {
  float: left;
  width: 322px;
}
.contact .contact_l .form .form_item .label_ {
  color: #707070;
  font-size: 14px;
  margin-bottom: 13px;
}
.contact .contact_l .form .form_item input {
  width: 316px;
  height: 43px;
  border: 1px solid #e0e0e0;
  margin-bottom: 23px;
  padding: 0 10px;
}
.contact .contact_l .form .form_item textarea {
  width: 723px;
  height: 186px;
  margin-bottom: 22px;
  border: 1px solid #e0e0e0;
  padding: 10px;
}
.contact .contact_l .form .form_item1 {
  width: 723px;
}
.contact .contact_l .form .form_item2 {
  margin-right: 85px;
}
.swiper {
  width: 100%;
}
.swiper .swiper-container {
  width: 100%;
}
.swiper .swiper-container .swiper-slide {
  width: 100%;
}
.swiper .swiper-container .swiper-slide img {
  width: 100%;
  max-height: 550px;
}
.swiper .swiper-container .swiper-pagination-bullets {
  bottom: 20px;
}
.swiper .swiper-container .swiper-pagination-bullet {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  opacity: 1;
  background: #9c9ea0;
  border-radius: 50%;
}
.swiper .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
#lookBtn1:hover {
  border-color: #ff6100;
  color: #ff6100;
  background-color: #fff;
}
.cases_list li a {
  display: block !important;
}
.cases_list li:nth-child(2n-1) a .cases_listcontent {
  float: left;
}
.cases_list li:nth-child(2n-1) a .cases_listimage {
  float: right;
}
.cases_list li:nth-child(2n) a .cases_listcontent {
  float: right;
}
.cases_list li:nth-child(2n) a .cases_listimage {
  float: left;
}

/* 手机 */
.main-mobile .swiper .swiper-container .swiper-slide img {
  height: 250px;
}
.main-mobile .pro_module {
  height: 100px;
  padding-top: 10px;
}
.main-mobile .pro_module .promodule_box {
  width: 184px;
  height: 75px;
}
.main-mobile .pro_module.key_cases .promodule_box {
  width: 254px;
  height: 65px;
}
.main-mobile .pro_module .promodule_box .enTitle {
  font-size: 12px;
  margin-top: 10px;
}
.main-mobile .pro_module .promodule_box .zhTitle {
  font-size: 18px;
  margin-top: 0px;
}
.main-mobile .pro_module .promodule_box .line {
  width: 20px;
  height: 1px;
  margin: 0px auto;
}
.main-mobile .pro_module .promodule_box .moretext {
  width: 50px;
  height: 16px;
  background: #FF8200;
  margin: 0 auto;
  text-align: center;
  line-height: 15px;
  margin-top: 10px;
}
.main-mobile .pro_module .promodule_box .moretext a {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: none;
}
.main-mobile .products {
  width: 100%;
  height: auto;
  padding: 0 20px;
  margin-top: 0px;
}
.main-mobile .products ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-mobile .products li {
  width: 48%;
  height: 260px;
  margin-top: 20px;
}
.main-mobile .products li .pro_conent {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.main-mobile .products li .pro_conent .imgTitle {
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-mobile .products li .pro_conent .imgContent {
  width: 100%;
  height: 100%;
  padding: 0 5px;
}
.main-mobile .products li .pro_conent .imgContent div{
  margin: 50px auto 40px;
  line-height: 40px;
  height: 40px;
}
.main-mobile .aboutUs {
  width: 100%;
  height: auto;
  padding: 0 20px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.main-mobile .aboutUs .about_left {
  float: none;
  width: 100%;
  height: 360px;
  background-size: 100% 100%;
  padding-top: 28px;
  padding-left: 15%;
}
.main-mobile .aboutUs .about_right {
  float: none;
  width: 100%;
  margin-top: 10px;
}
.main-mobile .aboutUs .about_right .pieces {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.main-mobile .aboutUs .about_right .pieces>div {
  width: 30%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding-left: 20%;
  background-size: 100% 100%;
}
.main-mobile .cases {
  width: 100%;
  margin-top: 0;
  padding: 0 20px;
}
.main-mobile .cases ul {
  width: 100%;
  margin-top: -10px;
}
.main-mobile .cases .cases_bottom {
  width: 100%;
  padding-top: 20px;
}
.main-mobile .news {
  width: 100%;
  padding-bottom: 10px;
}
.main-mobile .contact {
  width: 100%;
  padding: 0 20px;
  padding-bottom: 20px;
}
.main-mobile .aboutUs .about_left .title .enTitle {
  font-size: 14px;
}
.main-mobile .aboutUs .about_left .title .zhTitle {
  font-size: 20px;
}
.main-mobile .aboutUs .about_left .title .line {
  width: 20px;
  height: 1px;
}
.main-mobile .aboutUs .details {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  padding: 0;
  /* margin-bottom: 10px; */
  min-height: 340px;
}
.main-mobile .aboutUs .details>img{
  position: absolute;
  width: 150px;
  height: 200px;
  top: 0;
  right: 0;
  z-index: 0;
}
.main-mobile .aboutUs .details .details_content_box {
  position: relative;
  z-index: 1;
  background-color: #f9f9f9;
  padding: 10px;
  width: 90%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.main-mobile .aboutUs .details button{
  width: 100px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}
.main-mobile .company_news {
  height: auto;
  padding-top: 10px;
}
.main-mobile .company_news .company_box {
  width: 184px;
  height: 76px;
}
.main-mobile .company_news .company_box .enTitle {
  font-size: 12px;
  margin-top: 5px;
}
.main-mobile .company_news .company_box .zhTitle {
  font-size: 18px;
  margin-top: 0px;
}
.main-mobile .company_news .company_box .line {
  width: 20px;
  height: 1px;
  margin: 0px auto;
  margin-top: 5px;
}
/* .main-mobile .contact .contact_l {
  margin: 0 10px;
} */
.main-mobile .contact .contact_l .form{
  width: 100%;
  height: auto;
}
.main-mobile .contact .contact_l .form .form_item {
  width: 100%;
}
.main-mobile .contact .contact_l .form .form_item input {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.main-mobile .contact .contact_l .form .form_item textarea {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
}
.main-mobile .contact .contact_l .form .subtn{
  width: 100px;
  height: 40px;
  font-size: 14px;
}
.main-mobile .news .casebottom {
  padding: 10px 0;
}
.main-mobile .news ul {
  padding: 0 20px 10px;
  flex-direction: column;
  margin-bottom: 0;
}
.main-mobile .news ul li {
  margin: 0;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.main-mobile .news ul li:last-child {
  margin-bottom: 0;
}
.main-mobile .news ul li img {
  width: 100%;
  height: 200px;
}
.main-mobile .news ul li .text {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 4px 0px rgba(13,13,13,0.06);
  padding: 10px 10px 0 10px;
}
.main-mobile .news ul li .text .title {
  width: 100%;
  font-size: 16px;
  margin-bottom: 8px;
  color: #323232;
}
.main-mobile .news ul li .text .detail {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  color: #323232;
  border-bottom: none;
  /* padding-bottom: 8px; */
}
.main-mobile .news ul li .text .look {
  margin: 0;
  padding: 10px 0;
}
.main-mobile .news ul li .text .look .time::before {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.main-mobile .news ul .li_:hover .text .detail {
  border-bottom: none;
}
.main-mobile .news ul li .companynewslist_msg {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.main-mobile .industryNews ul {
  width: 100%;
  padding: 0 20px 10px;
}
.main-mobile .industryNews ul li>a{
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
}
.main-mobile .industryNews ul li img {
  min-width: 160px;
  max-width: 160px;
  margin-right: 10px;
  height: 120px;
}
.main-mobile .industryNews ul li .text {
  min-width: calc(100% - 170px);
  max-width: calc(100% - 170px);
  padding: 0;
  height: 120px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-mobile .industryNews ul li .text .look {
  padding: 0;
}
.main-mobile .cases ul li {
  margin-bottom: 10px;
  box-shadow: 0px 0px 4px 0px rgba(13,13,13,0.06);
}
.main-mobile .cases ul li:last-child {
  margin-bottom: 0;
}
.main-mobile .cases ul li a {
  width: 100%;
  height: auto;
}
.main-mobile .cases ul li .left {
  width: 100%;
  padding: 10px 10px 0 10px;
  float: none !important;
  box-shadow: none;
}
.main-mobile .cases ul li .left .title {
  font-size: 16px;
  margin-bottom: 5px;
}
.main-mobile .cases ul li .left .name {
  font-size: 12px;
  margin-bottom: 5px;
}
.main-mobile .cases ul li .left .content {
  font-size: 14px;
}
.main-mobile .cases ul li img {
  width: 100%;
  height: 200px;
  float: none !important;
}
